From 17544ec455faabd68a709ac98bbaea92acd033a7 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Wed, 20 Apr 2005 10:00:10 +0000 Subject: [PATCH] bitkeeper revision 1.1330 (4266282ak6eGcWHbvw6KeINzcPr1XA) Skip ioemu build if env var XEN_NO_IOEMU is set. Signed-off-by: Mike Day Signed-off-by: Keir Fraser --- tools/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/Makefile b/tools/Makefile index da2fe19a72..57f8ed1021 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -10,7 +10,9 @@ SUBDIRS += xentrace SUBDIRS += python SUBDIRS += xfrd SUBDIRS += xcs +ifndef XEN_NO_IOEMU SUBDIRS += ioemu +endif .PHONY: all install clean check check_clean -- 2.30.2